home *** CD-ROM | disk | FTP | other *** search
/ One Click 27 / CD da revista One Click #27 - Photoshop Megapack (2005).iso / Interface / it.dig / scripts / __Packages / mx / utils / ErrorStrings.as < prev    next >
Encoding:
Text File  |  2005-10-28  |  266 b   |  16 lines

  1. class mx.utils.ErrorStrings
  2. {
  3.    function ErrorStrings()
  4.    {
  5.    }
  6.    static function getPlayerError(code)
  7.    {
  8.       var _loc1_ = "";
  9.       if(code === 0)
  10.       {
  11.          _loc1_ = "Index specified is not unique";
  12.       }
  13.       return _loc1_;
  14.    }
  15. }
  16.